home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / config.dir / 00023.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  1.4 KB  |  44 lines

  1. global gvolume, gmuscount
  2.  
  3. on exitFrame
  4.   repeat with i = 2 to 5
  5.     set the castNum of sprite i to the number of member "MusButton"
  6.   end repeat
  7.   case gmuscount of
  8.     1:
  9.       set the castNum of sprite 2 to the number of member "ChkMus"
  10.       set the castNum of sprite 5 to the number of member "MusButton"
  11.     2:
  12.       set the castNum of sprite 3 to the number of member "ChkMus"
  13.       set the castNum of sprite 2 to the number of member "MusButton"
  14.     3:
  15.       set the castNum of sprite 4 to the number of member "ChkMus"
  16.       set the castNum of sprite 3 to the number of member "MusButton"
  17.     4:
  18.       set the castNum of sprite 5 to the number of member "ChkMus"
  19.       set the castNum of sprite 4 to the number of member "MusButton"
  20.   end case
  21.   set musl to 20
  22.   case gvolume of
  23.     0:
  24.       set the castNum of sprite musl to the number of member "V0"
  25.     1:
  26.       set the castNum of sprite musl to the number of member "V1"
  27.     2:
  28.       set the castNum of sprite musl to the number of member "V2"
  29.     3:
  30.       set the castNum of sprite musl to the number of member "V3"
  31.     4:
  32.       set the castNum of sprite musl to the number of member "V4"
  33.     5:
  34.       set the castNum of sprite musl to the number of member "V5"
  35.     6:
  36.       set the castNum of sprite musl to the number of member "V6"
  37.     7:
  38.       set the castNum of sprite musl to the number of member "V7"
  39.   end case
  40.   animebutton(13, 2)
  41.   animebutton(14, 2)
  42.   go(the frame)
  43. end
  44.